home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / PROGRAMS / CH12 / MEGACTY1.MDB / Cities.json next >
Encoding:
JavaScript Object Notation  |  1998-11-02  |  801 b 

  1. {
  2.     "schema": {
  3.         "city": "Text (20)",
  4.         "country": "Text (20)",
  5.         "pop1995": "Single",
  6.         "pop2015": "Single"
  7.     },
  8.     "data": [
  9.         {
  10.             "city": "Beijing",
  11.             "country": "China",
  12.             "pop1995": 12.4,
  13.             "pop2015": 19.4
  14.         },
  15.         {
  16.             "city": "Bombay",
  17.             "country": "India",
  18.             "pop1995": 15.1,
  19.             "pop2015": 27.4
  20.         },
  21.         {
  22.             "city": "Calcutta",
  23.             "country": "India",
  24.             "pop1995": 11.7,
  25.             "pop2015": 17.6
  26.         },
  27.         {
  28.             "city": "Los Angeles",
  29.             "country": "USA",
  30.             "pop1995": 12.4,
  31.             "pop2015": 14.3
  32.         },
  33.         {
  34.             "city": "Mexico City",
  35.             "country": "Mexico",
  36.             "pop1995": 15.6,
  37.             "pop2015": 18.799999
  38.         },
  39.         {
  40.             "city": "New York",
  41.             "country": "USA",
  42.             "pop1995": 16.299999,
  43.             "pop2015": 17.6
  44.         },
  45.         {
  46.             "city": "Sao Paulo",
  47.             "country": "Brazil",
  48.             "pop1995": 16.4,
  49.             "pop2015": 20.799999
  50.         },
  51.         {
  52.             "city": "Shanghai",
  53.             "country": "China",
  54.             "pop1995": 15.1,
  55.             "pop2015": 23.4
  56.         },
  57.         {
  58.             "city": "Tianjin",
  59.             "country": "China",
  60.             "pop1995": 10.7,
  61.             "pop2015": 17
  62.         },
  63.         {
  64.             "city": "Tokyo",
  65.             "country": "Japan",
  66.             "pop1995": 26.799999,
  67.             "pop2015": 28.700001
  68.         }
  69.     ]
  70. }